const crypto/internal/bigmod._W

16 uses

	crypto/internal/bigmod (current package)
		nat.go#L16: 	_W = bits.UintSize
		nat.go#L18: 	_S = _W / 8
		nat.go#L65: const preallocLimbs = (preallocTarget + _W - 1) / _W
		nat.go#L173: 	leading := _W - bitLen(x.limbs[len(x.limbs)-1])
		nat.go#L184: 	if _W == 64 {
		nat.go#L198: 	for s := 0; s < _W && k < len(x.limbs) && i > 0; s += 8 {
		nat.go#L362: 	m.leading = _W - bitLen(m.nat.limbs[len(m.nat.limbs)-1])
		nat.go#L389: 	return len(m.nat.limbs)*_W - int(m.leading)
		nat.go#L417: 	for i := _W - 1; i >= 0; i-- {
		nat.go#L623: 	case 1024 / _W:
		nat.go#L624: 		const n = 1024 / _W // compiler hint
		nat.go#L637: 	case 1536 / _W:
		nat.go#L638: 		const n = 1536 / _W // compiler hint
		nat.go#L651: 	case 2048 / _W:
		nat.go#L652: 		const n = 2048 / _W // compiler hint